recreate Claims
Deprecated
Replace with SdJwtSerializationOps
Replace with
with(SdJwtRecreateClaimsOps(claimsOf)) { recreateClaims(visitor = null) }Recreates the claims, used to produce the SD-JWT That are:
The plain claims found into the SdJwt.jwt
Digests found in SdJwt.jwt and/or Disclosure (in case of recursive disclosure) will be replaced by Disclosure.claim
Receiver
the SD-JWT to use
Return
the claims that were used to produce the SD-JWT
Parameters
a function to get the claims of the SdJwt.jwt
the type representing the JWT part of the SD-JWT
Deprecated
Replace with SdJwtSerializationOps
Replace with
with(SdJwtRecreateClaimsOps(claimsOf)) { recreateClaims(visitor) }Recreates the claims, used to produce the SD-JWT That are:
The plain claims found into the SdJwt.jwt
Digests found in SdJwt.jwt and/or Disclosure (in case of recursive disclosure) will be replaced by Disclosure.claim
Receiver
the SD-JWT to use
Return
the claims that were used to produce the SD-JWT
Parameters
ClaimVisitor to invoke whenever a selectively disclosed claim is encountered
a function to get the claims of the SdJwt.jwt
the type representing the JWT part of the SD-JWT